✨ BCA JUL24 Batch ✨

Join Our WhatsApp Group

Anukasif Pic

1.1- Basic Computer organizations -MCQs

Interactive MCQs Quiz

Test your knowledge with these questions

1. What is the main function of the central processing unit (CPU) in a computer system?

2. Which component of the computer system is responsible for storing data temporarily while a program is running?

3. In computer architecture, what does the term ‘bus’ refer to?

4. What type of instruction involves operations such as input and output functions?

5. The ‘Address Bus’ in a computer system is used for:

6. Which addressing mode involves using a fixed address specified directly in the instruction?

7. What is the function of the ‘Control Bus’?

8. In the context of C programming, what does the following code snippet do?


                    int a = 10;
                    int b = 20;
                    int c;
                    c = a + b;
                    printf("The sum is %d", c);
                    

9. Which addressing mode involves an operand that is specified within the instruction itself?

10. What is the primary role of the ‘Memory Buffer Register’ (MBR)?

11. In which addressing mode does the instruction specify the address of a memory location containing the actual address of the operand?

12. Which phase of the instruction cycle involves decoding the fetched instruction to determine the operation?

13. What does the term ‘Microoperation’ refer to in the context of computer instructions?

14. In C programming, what is the purpose of the printf function?

15. How does ‘Register Addressing Mode’ differ from ‘Memory Addressing Mode’?

16. Which of the following addressing modes is commonly used for implementing arrays?

17. What is an example of an instruction that falls under the category of ‘Input-output Instruction’?

18. What type of system bus allows for connections to external devices such as printers and mice?

19. In an instruction cycle, what is the purpose of the ‘Execute’ phase?

20. Which of the following is true about a synchronous system bus?